diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/avl/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/avl/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/avl/page.tsx b/app/[lng]/evcp/(evcp)/avl/page.tsx index a5a5a170..1c345cda 100644 --- a/app/[lng]/evcp/(evcp)/avl/page.tsx +++ b/app/[lng]/evcp/(evcp)/avl/page.tsx @@ -19,7 +19,7 @@ async function getInitialAvlData(searchParams: SearchParams) { // 기본 파라미터로 전체 데이터 조회 const result = await getAvlLists({ page: 1, - perPage: 100, // 충분한 수량으로 조회 + perPage: 10, // 충분한 수량으로 조회 sort: [{ id: "createdAt", desc: true }], flags: [], filters: validFilters, |
